URL feedUrl =
new
URL(args[
0
]);
SyndFeedInput input =
new
SyndFeedInput();
SyndFeed feed = input.build(
new
XmlReader(feedUrl));